home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / Crimson Editor 3.70 / cedt370r.exe / spec / small.spc < prev    next >
Text File  |  2003-04-27  |  940b  |  33 lines

  1. # ===================================================================
  2. # "SMALL" LANGUAGE SPECIFICATION FILE FOR CRIMSON EDITOR
  3. # Created by Tiago Moreira AKA {WB}Vanguard [January 21, 2003]
  4. #
  5. # Last Updated: April 27, 2003
  6. #
  7. # Information about Small language:
  8. # http://www.compuphase.com/small.htm
  9. # ===================================================================
  10.  
  11. # Designed to support programming for AMX Mod [http://www.amxmod.net/]
  12. # Updated for version 0.9.3 - Feb 26, 2003
  13.  
  14. # Information taken from the latest publication of:
  15. # "The Small Booklet" [August 2002]
  16. # Available for free at:
  17. # http://www.compuphase.com/small.htm
  18.  
  19. $BLOCKCOMMENTON=/*
  20. $BLOCKCOMMENTOFF=*/
  21. $CASESENSITIVE=NO
  22. $DELIMITERS=~`!@#$%^&*()-+=|\{}[]:;"',.<>/?
  23. $ESCAPECHAR=\
  24. $HEXADECIMALMARK=0x
  25. $INDENTATIONON={
  26. $INDENTATIONOFF=}
  27. $KEYWORDPREFIX=#
  28. $LINECOMMENT=//
  29. $PAIRS1=()
  30. $PAIRS2=[]
  31. $PAIRS3={}
  32. $QUOTATIONMARK1="
  33. $QUOTATIONMARK2='